I've been having some problem in using FIND or FINDSTR command to find a particular string in a log file and return its output with the matching string.
You can pipe the source string to findstr and check the value of ERRORLEVEL to see if the pattern string was found. A value of zero indicates success and the ...
Using the findstr command lets you search for text within any plaintext file. Using this command within a batch file lets you search for text and create events ...